<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.dashboard.jsf.actions.override">

  <require>org.nuxeo.ecm.user.center.dashboard.jsf.actions</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/dashboard.png" id="Dashboard" label="user.center.dashboard" link="/user_center_fragment.xhtml" order="10">
      <category>USER_CENTER</category>
    </action>

    <action id="DashboardMain" label="" link="/incl/dashboard/user_jsf_dashboard.xhtml" order="10" type="admin_rest_document_link">
      <category>Dashboard_sub_tab</category>
    </action>

  </extension>

</component>
